Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed an issue where a new page was created by "Add page", the "Advanced/More/Secure Connection" property was always stored as "Off", regardless of the setting in the UI #4059

Merged
merged 1 commit into from
Sep 10, 2020

Conversation

berkarslan-xo
Copy link
Contributor

Fixes #4058

Summary

IsSecure property of the new page was getting overwritten by the source page's IsSecure property which made the UI component for IsSecure unusable. The overwritten code is deleted now so that the value of the UI component can be used.

Demo: https://drive.google.com/file/d/1ucKIZ0S4H4vwJRie3kRF_03HaQbcGeXm/view?usp=sharing

@berkarslan-xo berkarslan-xo changed the title Issue-4058 - IsSecure overriding fix Issue-4058 - When a new page is created by "Add page", the "Advanced/More/Secure Connection" property is always stored as "Off", regardless of the setting in the UI Sep 7, 2020
Copy link
Contributor

@valadas valadas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@valadas valadas added this to the 9.7.2 milestone Sep 10, 2020
@valadas valadas changed the title Issue-4058 - When a new page is created by "Add page", the "Advanced/More/Secure Connection" property is always stored as "Off", regardless of the setting in the UI Fixed an issue where a new page was created by "Add page", the "Advanced/More/Secure Connection" property was always stored as "Off", regardless of the setting in the UI Sep 10, 2020
@valadas valadas merged commit 7fd5904 into dnnsoftware:develop Sep 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants